GoXam for WPF v3
FindParentNodeKeyForNode Method
Northwoods.GoXam.Model Namespace > TreeModel<NodeType,NodeKey> Class : FindParentNodeKeyForNode Method
Find the key of the parent node data for a node data object.
Syntax
protected virtual NodeKey FindParentNodeKeyForNode( 
   NodeType nodedata
)

Parameters

nodedata

Return Value

a NodeKey, the key of the parent node
Remarks

This is used for model discovery. This method can be overridden in case the ParentNodePath property path is not flexible enough or fast enough to get the key for a node.

See Also

Reference

TreeModel<NodeType,NodeKey> Class
TreeModel<NodeType,NodeKey> Members